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
1130 1131 1132 1133 1134 |
# File 'lib/aws-sdk-sns/types.rb', line 1130 class KMSNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |