Class: Aws::LakeFormation::Errors::ThrottledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::ThrottledException
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledException
constructor
A new instance of ThrottledException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
-
#throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledException
Returns a new instance of ThrottledException.
271 272 273 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 271 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
276 277 278 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 276 def @message || @data[:message] end |
#retryable? ⇒ Boolean
280 281 282 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 280 def retryable? true end |
#throttling? ⇒ Boolean
284 285 286 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 284 def throttling? true end |