Class: Aws::IAM::Types::EntityAlreadyExistsException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2715
2716
2717
2718
# File 'lib/aws-sdk-iam/types.rb', line 2715

class EntityAlreadyExistsException < Struct.new(
  :message)
  include Aws::Structure
end