Class: Aws::IoTTwinMaker::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
Failed
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4134 4135 4136 4137 4138 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 4134 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |