Class: Aws::IAM::Types::EntityAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::EntityAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because it attempted to create a resource that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2571 2572 2573 2574 2575 |
# File 'lib/aws-sdk-iam/types.rb', line 2571 class EntityAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |