class Aws::DynamoDB::Errors::ThrottlingException
def initialize(context, message, data = Aws::EmptyStructure.new)
-
data(Aws::DynamoDB::Types::ThrottlingException) -- -
message(String) -- -
context(Seahorse::Client::RequestContext) --
def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
def message
-
(String)-
def message @message || @data[:message] end
def throttling_reasons
-
(String)-
def throttling_reasons @data[:throttling_reasons] end