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)


2574
2575
2576
2577
2578
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2574

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