Class: Aws::CostOptimizationHub::Types::ValidationExceptionDetail

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

Overview

The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field name where the invalid entry was detected.

Returns:



2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2708

class ValidationExceptionDetail < Struct.new(
  :field_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message with the reason for the validation exception error.

Returns:



2708
2709
2710
2711
2712
2713
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2708

class ValidationExceptionDetail < Struct.new(
  :field_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end