Method: Aws::Errors::ServiceError#context
- Defined in:
- lib/aws-sdk-core/errors.rb
#context ⇒ Seahorse::Client::RequestContext (readonly)
Returns The context of the request that triggered the remote service to return this error.
30 31 32 |
# File 'lib/aws-sdk-core/errors.rb', line 30 def context @context end |