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)


623
624
625
# File 'sig/types.rbs', line 623

def message
  @message
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def resource_identifier
  @resource_identifier
end

#resource_type ⇒ "RESPONSE_PLAN", ...

Returns the value of attribute resource_type.

Returns:

  • ("RESPONSE_PLAN", "INCIDENT_RECORD", "TIMELINE_EVENT", "REPLICATION_SET", "RESOURCE_POLICY")


625
626
627
# File 'sig/types.rbs', line 625

def resource_type
  @resource_type
end