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
4674 4675 4676 4677 4678 |
# File 'lib/aws-sdk-iam/types.rb', line 4674 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |