Class: Aws::IAM::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4818 4819 4820 4821 4822 |
# File 'lib/aws-sdk-iam/types.rb', line 4818 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |