Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#validBoolean

True if the behaviors were valid.



11589
11590
11591
11592
11593
# File 'lib/aws-sdk-iot/types.rb', line 11589

class ValidateSecurityProfileBehaviorsResponse < Struct.new(
  :valid,
  :validation_errors)
  include Aws::Structure
end

#validation_errorsArray<Types::ValidationError>

The list of any errors found in the behaviors.



11589
11590
11591
11592
11593
# File 'lib/aws-sdk-iot/types.rb', line 11589

class ValidateSecurityProfileBehaviorsResponse < Struct.new(
  :valid,
  :validation_errors)
  include Aws::Structure
end