Class: Aws::Types::ConflictException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_arguments ⇒ ::Array[Types::ConflictExceptionErrorArgument]

Returns the value of attribute error_arguments.



38
39
40
# File 'sig/types.rbs', line 38

def error_arguments
  @error_arguments
end

#error_id ⇒ ::String

Returns the value of attribute error_id.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def error_id
  @error_id
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def message
  @message
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def resource_type
  @resource_type
end