Class: Aws::LakeFormation::Errors::ThrottledException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottledException

Returns a new instance of ThrottledException.

Parameters:



271
272
273
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 271

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


276
277
278
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 276

def message
  @message || @data[:message]
end

#retryable?Boolean

Returns:

  • (Boolean)


280
281
282
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 280

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


284
285
286
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 284

def throttling?
  true
end