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)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def message
  @message
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

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")


1988
1989
1990
# File 'sig/types.rbs', line 1988

def resource_type
  @resource_type
end