Class: Aws::SNS::Errors::PlatformApplicationDisabledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::PlatformApplicationDisabledException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PlatformApplicationDisabledException
constructor
A new instance of PlatformApplicationDisabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PlatformApplicationDisabledException
Returns a new instance of PlatformApplicationDisabledException.
391 392 393 |
# File 'lib/aws-sdk-sns/errors.rb', line 391 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
396 397 398 |
# File 'lib/aws-sdk-sns/errors.rb', line 396 def @message || @data[:message] end |