Exception: S3::Client::APIFailure
- Inherits:
-
StandardError
- Object
- StandardError
- S3::Client::APIFailure
- Defined in:
- lib/s3/client/exception.rb
Instance Attribute Summary collapse
-
#api_code ⇒ Object
Returns the value of attribute api_code.
-
#api_message ⇒ Object
Returns the value of attribute api_message.
-
#api_request_id ⇒ Object
Returns the value of attribute api_request_id.
-
#api_resource ⇒ Object
Returns the value of attribute api_resource.
-
#api_status ⇒ Object
Returns the value of attribute api_status.
Instance Attribute Details
#api_code ⇒ Object
Returns the value of attribute api_code.
4 5 6 |
# File 'lib/s3/client/exception.rb', line 4 def api_code @api_code end |
#api_message ⇒ Object
Returns the value of attribute api_message.
5 6 7 |
# File 'lib/s3/client/exception.rb', line 5 def @api_message end |
#api_request_id ⇒ Object
Returns the value of attribute api_request_id.
7 8 9 |
# File 'lib/s3/client/exception.rb', line 7 def api_request_id @api_request_id end |
#api_resource ⇒ Object
Returns the value of attribute api_resource.
8 9 10 |
# File 'lib/s3/client/exception.rb', line 8 def api_resource @api_resource end |
#api_status ⇒ Object
Returns the value of attribute api_status.
6 7 8 |
# File 'lib/s3/client/exception.rb', line 6 def api_status @api_status end |