Class: Aws::EBS::Errors::RequestThrottledException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RequestThrottledException.

Parameters:



115
116
117
# File 'lib/aws-sdk-ebs/errors.rb', line 115

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

Instance Method Details

#messageString

Returns:

  • (String)


120
121
122
# File 'lib/aws-sdk-ebs/errors.rb', line 120

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

#reasonString

Returns:

  • (String)


125
126
127
# File 'lib/aws-sdk-ebs/errors.rb', line 125

def reason
  @data[:reason]
end