Class: Aws::SNS::Types::PlatformApplicationDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::PlatformApplicationDisabledException
- Defined in:
- gems/aws-sdk-sns/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.
1444 1445 1446 1447 1448 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1444 class PlatformApplicationDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |