Class: Aws::EBS::Types::ConcurrentLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::ConcurrentLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
You have reached the limit for concurrent API requests. For more information, see [Optimizing performance of the EBS direct APIs] in the *Amazon Elastic Compute Cloud User Guide*.
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html#ebsapi-performance
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
145 146 147 148 149 |
# File 'lib/aws-sdk-ebs/types.rb', line 145 class ConcurrentLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |