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.
1659 1660 1661 1662 1663 |
# File 'lib/aws-sdk-sns/types.rb', line 1659 class PlatformApplicationDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |