Class: Aws::Types::ResourceNotFoundException

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)


189
190
191
# File 'sig/types.rbs', line 189

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def resource_id
  @resource_id
end

#resource_type"CONTACT", ...

Returns the value of attribute resource_type.

Returns:

  • ("CONTACT", "CONTACT_FLOW", "INSTANCE", "PARTICIPANT", "HIERARCHY_LEVEL", "HIERARCHY_GROUP", "USER", "PHONE_NUMBER")


191
192
193
# File 'sig/types.rbs', line 191

def resource_type
  @resource_type
end