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

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def message
  @message
end

#resource ⇒ ::String

Returns the value of attribute resource.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def resource
  @resource
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def resource_type
  @resource_type
end