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

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

Instance Method Summary collapse

Constructor Details

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



255
256
257
# File '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



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

def message
  @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