Class: Aws::Types::AlreadyExistsException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def context
  @context
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def creator_request_id
  @creator_request_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def type
  @type
end