Class: Aws::SNS::Types::KMSOptInRequired
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::KMSOptInRequired
- Includes:
- Aws::Structure
- Defined in:
- 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
1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-sns/types.rb', line 1144 class KMSOptInRequired < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |