Class: Aws::Signer::Types::ServiceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::ServiceLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
The client is making a request that exceeds service limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-signer/types.rb', line 1131 class ServiceLimitExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1131 1132 1133 1134 1135 1136 |
# File 'lib/aws-sdk-signer/types.rb', line 1131 class ServiceLimitExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |