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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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

#messageString

Returns:

  • (String)


2571
2572
2573
2574
2575
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2571

class EntityAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end