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)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def resource_id
  @resource_id
end

#resource_type"account", ...

Returns the value of attribute resource_type.

Returns:

  • ("account", "phone-number", "sender-id", "pool", "configuration-set", "opt-out-list", "event-destination", "keyword", "opted-out-number", "registration", "registration-attachment", "verified-destination-number", "protect-configuration", "notify-configuration", "notify-template", "message-template", "policy", "message", "rcs-agent")


1956
1957
1958
# File 'sig/types.rbs', line 1956

def resource_type
  @resource_type
end