Class: Aws::IoTDataPlane::Errors::UnsupportedDocumentEncodingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTDataPlane::Errors::UnsupportedDocumentEncodingException
- Defined in:
- lib/aws-sdk-iotdataplane/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedDocumentEncodingException
constructor
A new instance of UnsupportedDocumentEncodingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedDocumentEncodingException
Returns a new instance of UnsupportedDocumentEncodingException.
187 188 189 |
# File 'lib/aws-sdk-iotdataplane/errors.rb', line 187 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
192 193 194 |
# File 'lib/aws-sdk-iotdataplane/errors.rb', line 192 def @message || @data[:message] end |