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
12664 12665 12666 12667 12668 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12664 class SNSNoAuthorizationFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |