Class: Aws::MarketplaceDeployment::Types::ValidationException

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

Overview

An error occurred during validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field name associated with the error.



294
295
296
297
298
299
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 294

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

#messageString



294
295
296
297
298
299
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 294

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