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
3031 3032 3033 3034 3035 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3031 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |