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)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def message
  @message
end

#reason"KMS_NotFoundException"

Returns the value of attribute reason.

Returns:

  • ("KMS_NotFoundException")


1156
1157
1158
# File 'sig/types.rbs', line 1156

def reason
  @reason
end