Class: Aws::NimbleStudio::Types::ValidationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

The launch profile validation result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4000

class ValidationResult < Struct.new(
  :state,
  :status_code,
  :status_message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

The status code. This will contain the failure reason if the state is VALIDATION_FAILED.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4000

class ValidationResult < Struct.new(
  :state,
  :status_code,
  :status_message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message for the validation result.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4000

class ValidationResult < Struct.new(
  :state,
  :status_code,
  :status_message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the validation result.

Returns:

  • (String)


4000
4001
4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 4000

class ValidationResult < Struct.new(
  :state,
  :status_code,
  :status_message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end