Class: Aws::SNS::Types::KMSOptInRequired
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSOptInRequired
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
The Amazon Web Services access key ID needs a subscription for the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1242 class KMSOptInRequired < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |