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)


133
134
135
# File 'sig/types.rbs', line 133

def message
  @message
end

#reason ⇒ "SNAPSHOT_NOT_FOUND", ...

Returns the value of attribute reason.

Returns:

  • ("SNAPSHOT_NOT_FOUND", "GRANT_NOT_FOUND", "DEPENDENCY_RESOURCE_NOT_FOUND", "IMAGE_NOT_FOUND")


134
135
136
# File 'sig/types.rbs', line 134

def reason
  @reason
end