Class: Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ValidateSecurityProfileBehaviorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#valid ⇒ Boolean
True if the behaviors were valid.
-
#validation_errors ⇒ Array<Types::ValidationError>
The list of any errors found in the behaviors.
Instance Attribute Details
#valid ⇒ Boolean
True if the behaviors were valid.
17761 17762 17763 17764 17765 17766 |
# File 'lib/aws-sdk-iot/types.rb', line 17761 class ValidateSecurityProfileBehaviorsResponse < Struct.new( :valid, :validation_errors) SENSITIVE = [] include Aws::Structure end |
#validation_errors ⇒ Array<Types::ValidationError>
The list of any errors found in the behaviors.
17761 17762 17763 17764 17765 17766 |
# File 'lib/aws-sdk-iot/types.rb', line 17761 class ValidateSecurityProfileBehaviorsResponse < Struct.new( :valid, :validation_errors) SENSITIVE = [] include Aws::Structure end |