Class: Aws::IoT::Types::ValidationError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

The description of an error found in the behaviors.

Returns:

  • (String)


16984
16985
16986
16987
16988
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16984

class ValidationError < Struct.new(
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end