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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-s3files/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 'gems/aws-sdk-s3files/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
164
165
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/errors.rb', line 163

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


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

def message
  @message || @data[:message]
end