Class: Aws::KMS::Types::NotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

The request was rejected because the specified entity or resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4984
4985
4986
4987
4988
# File 'lib/aws-sdk-kms/types.rb', line 4984

class NotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end