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
13665 13666 13667 13668 13669 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13665 class SNSNoAuthorizationFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |