Class: Aws::EBS::Types::RequestThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::RequestThrottledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
The number of API requests has exceeded the maximum allowed API request throttling limit for the snapshot. For more information see [Error retries].
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/error-retries.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
523 524 525 526 527 528 |
# File 'lib/aws-sdk-ebs/types.rb', line 523 class RequestThrottledException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
523 524 525 526 527 528 |
# File 'lib/aws-sdk-ebs/types.rb', line 523 class RequestThrottledException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |