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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def message
  @message
end

#resource_ids::Array[::String]

Returns the value of attribute resource_ids.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def resource_ids
  @resource_ids
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def resource_type
  @resource_type
end