Class: Aws::AgentRegistryControl::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



139
140
141
# File 'lib/aws-sdk-agentregistrycontrol/errors.rb', line 139

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

Instance Method Details

#field_listString

Returns:

  • (String)


154
# File 'lib/aws-sdk-agentregistrycontrol/errors.rb', line 154

def field_list: () -> ::String

#messageString

Returns:

  • (String)


144
# File 'lib/aws-sdk-agentregistrycontrol/errors.rb', line 144

def message: () -> ::String

#reasonString

Returns:

  • (String)


149
# File 'lib/aws-sdk-agentregistrycontrol/errors.rb', line 149

def reason: () -> ::String