Class: Aws::IoTDataPlane::Types::UnsupportedDocumentEncodingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::UnsupportedDocumentEncodingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The document encoding is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
440 441 442 443 444 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 440 class UnsupportedDocumentEncodingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |