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:



255
256
257
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 255

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

Instance Method Details

#messageString

Returns:

  • (String)


260
261
262
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 260

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

#retryable?Boolean

Returns:

  • (Boolean)


264
265
266
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 264

def retryable?
  true
end

#throttling?Boolean

Returns:

  • (Boolean)


268
269
270
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/errors.rb', line 268

def throttling?
  true
end