Class: Aws::SNS::Types::KMSNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSNotFoundException
- Defined in:
- gems/aws-sdk-sns/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
978 979 980 981 982 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 978 class KMSNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |