Class: Aws::NimbleStudio::Types::ValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ValidationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The launch profile validation result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state.
-
#status_code ⇒ String
The status code.
-
#status_message ⇒ String
The status message for the validation result.
-
#type ⇒ String
The type of the validation result.
Instance Attribute Details
#state ⇒ String
The current state.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 4000 class ValidationResult < Struct.new( :state, :status_code, :status_message, :type) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The status code. This will contain the failure reason if the state is ‘VALIDATION_FAILED`.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 4000 class ValidationResult < Struct.new( :state, :status_code, :status_message, :type) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the validation result.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 4000 class ValidationResult < Struct.new( :state, :status_code, :status_message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the validation result.
4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 4000 class ValidationResult < Struct.new( :state, :status_code, :status_message, :type) SENSITIVE = [] include Aws::Structure end |