Class: Aws::Types::ResourceNotFoundException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.



1006
1007
1008
# File 'sig/types.rbs', line 1006

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.



1007
1008
1009
# File 'sig/types.rbs', line 1007

def resource_type
  @resource_type
end