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)


817
818
819
# File 'sig/types.rbs', line 817

def message
  @message
end

#resource_type_not_found"CHANNEL_GROUP", ...

Returns the value of attribute resource_type_not_found.

Returns:

  • ("CHANNEL_GROUP", "CHANNEL", "ORIGIN_ENDPOINT", "HARVEST_JOB")


818
819
820
# File 'sig/types.rbs', line 818

def resource_type_not_found
  @resource_type_not_found
end