Class: Aws::IoT::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Information about an error found in a behavior specification.
Instance Attribute Summary collapse
-
#error_message ⇒ String
The description of an error found in the behaviors.
Instance Attribute Details
#error_message ⇒ String
The description of an error found in the behaviors.
11601 11602 11603 11604 |
# File 'lib/aws-sdk-iot/types.rb', line 11601 class ValidationError < Struct.new( :error_message) include Aws::Structure end |