Class: Aws::MarketplaceAgreement::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields associated with the error.



1198
1199
1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1198

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

#messageString

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1198

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

#reasonString

The reason associated with the error.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1198

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

#request_idString

The unique identifier associated with the error.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
1205
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1198

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