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