Class: Aws::DatabaseMigrationService::Types::SNSNoAuthorizationFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SNSNoAuthorizationFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
You are not authorized for the SNS subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13016 13017 13018 13019 13020 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13016 class SNSNoAuthorizationFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |