Class: Aws::KMS::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::NotFoundException
- 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
#message ⇒ String
4978 4979 4980 4981 4982 |
# File 'lib/aws-sdk-kms/types.rb', line 4978 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |