Class: Aws::S3Files::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



158
159
160
# File 'lib/aws-sdk-s3files/errors.rb', line 158

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

Instance Method Details

#error_codeString

Returns:

  • (String)


163
# File 'lib/aws-sdk-s3files/errors.rb', line 163

def error_code: () -> ::String

#messageString

Returns:

  • (String)


168
# File 'lib/aws-sdk-s3files/errors.rb', line 168

def message: () -> ::String