Class: Aws::SNS::Errors::EndpointDisabledException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::EndpointDisabledException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘EndpointDisabled` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EndpointDisabledException
constructor
A new instance of EndpointDisabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EndpointDisabledException
Returns a new instance of EndpointDisabledException.
195 196 197 |
# File 'lib/aws-sdk-sns/errors.rb', line 195 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
200 201 202 |
# File 'lib/aws-sdk-sns/errors.rb', line 200 def @message || @data[:message] end |