Class: Aws::Panorama::Types::ValidationException

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

Overview

The request contains an invalid parameter value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_argumentsArray<Types::ValidationExceptionErrorArgument>

A list of attributes that led to the exception and their values.



2890
2891
2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2890

class ValidationException < Struct.new(
  :error_arguments,
  :error_id,
  :fields,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#error_idString

A unique ID for the error.

Returns:

  • (String)


2890
2891
2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2890

class ValidationException < Struct.new(
  :error_arguments,
  :error_id,
  :fields,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::ValidationExceptionField>

A list of request parameters that failed validation.



2890
2891
2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2890

class ValidationException < Struct.new(
  :error_arguments,
  :error_id,
  :fields,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2890
2891
2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2890

class ValidationException < Struct.new(
  :error_arguments,
  :error_id,
  :fields,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason that validation failed.

Returns:

  • (String)


2890
2891
2892
2893
2894
2895
2896
2897
2898
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2890

class ValidationException < Struct.new(
  :error_arguments,
  :error_id,
  :fields,
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end