Class: Aws::IoT::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidationError
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information about an error found in a behavior specification.
Constant Summary collapse
- SENSITIVE =
[]
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.
16519 16520 16521 16522 16523 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16519 class ValidationError < Struct.new( :error_message) SENSITIVE = [] include Aws::Structure end |