Class: Aws::MarketplaceAgreement::Errors::ValidationException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-marketplaceagreement/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException

Returns a new instance of ValidationException.

Parameters:



214
215
216
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 214

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#fieldsString

Returns:

  • (String)


234
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 234

def fields: () -> ::String

#messageString

Returns:

  • (String)


224
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 224

def message: () -> ::String

#reasonString

Returns:

  • (String)


229
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 229

def reason: () -> ::String

#request_idString

Returns:

  • (String)


219
# File 'lib/aws-sdk-marketplaceagreement/errors.rb', line 219

def request_id: () -> ::String