Class: Aws::IoTTwinMaker::Types::ConnectorFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ConnectorFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The connector failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
536 537 538 539 540 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 536 class ConnectorFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |