Class: Aws::SNS::Types::KMSNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The request was rejected because the specified entity or resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-sns/types.rb', line 1121 class KMSNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |