Module
AWS::Errors::ModeledError
In:
lib/aws/errors.rb
@private
Methods
error_grammar
extract_message
include_error_type
new
parse_body
Attributes
code
[R]
@return [Integer] The HTTP status code returned by the
AWS
service.
message
[RW]
@return [String] The error message given by the
AWS
service.
Public Class methods
new
(req = nil, resp = nil)
Public Instance methods
error_grammar
()
extract_message
(body)
include_error_type
()
parse_body
(body)
[Validate]