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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costoptimizationhub/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:

  • (String)


2018
2019
2020
2021
2022
2023
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2018

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

#messageString

A message with the reason for the validation exception error.

Returns:

  • (String)


2018
2019
2020
2021
2022
2023
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2018

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