Class: Aws::S3Files::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3Files::Errors::ValidationException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/errors.rb
Instance Method Summary collapse
-
#error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
158 159 160 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/errors.rb', line 158 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
163 164 165 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/errors.rb', line 163 def error_code @data[:error_code] end |
#message ⇒ String
168 169 170 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/errors.rb', line 168 def @message || @data[:message] end |