Class: Aws::LakeFormation::Errors::ThrottledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::ThrottledException
- Defined in:
- 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.
255 256 257 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 255 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
260 261 262 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 260 def @message || @data[:message] end |
#retryable? ⇒ Boolean
264 265 266 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 264 def retryable? true end |
#throttling? ⇒ Boolean
268 269 270 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 268 def throttling? true end |