Class: Aws::Support::Types::DescribeAttachmentLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::DescribeAttachmentLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
Instance Attribute Details
#message ⇒ String
The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
676 677 678 679 680 |
# File 'lib/aws-sdk-support/types.rb', line 676 class DescribeAttachmentLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |