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
3083 3084 3085 3086 3087 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3083 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |