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
12801 12802 12803 12804 12805 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12801 class SNSNoAuthorizationFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |