Class: Aws::IAM::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-iam/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
4677 4678 4679 4680 4681 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4677 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |