Class: Aws::SNS::Types::PlatformApplicationDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PlatformApplicationDisabledException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Exception error indicating platform application disabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message for platform application disabled.
Instance Attribute Details
#message ⇒ String
Message for platform application disabled.
1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-sns/types.rb', line 1650 class PlatformApplicationDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |