Class: Aws::ACM::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ACM::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
-
#throttling_reasons ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
253 254 255 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 253 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
258 259 260 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 258 def @message || @data[:message] end |
#throttling_reasons ⇒ String
263 264 265 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 263 def throttling_reasons @data[:throttling_reasons] end |