Sha256: db09cbe09726eafaf416c9bca59103f27c8ff15521690e49bda5a4f30d3323f5

Contents?: true

Size: 273 Bytes

Versions: 12

Compression:

Stored size: 273 Bytes

Contents

# This test ensures that we generate a helpful error message for failed requests
# that return no response body
operation: get_object
params:
  :bucket: 'bucket'
  :key: 'key'
response:
  status_code: 403
  body: ''
error:
  class: Aws::S3::Errors::Forbidden
  message: ''

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc11 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc10 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc9 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc8 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc7 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc6 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc5 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc4 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc3 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc2 spec/fixtures/operations/s3/403_response.yml
aws-sdk-core-2.0.0.rc1 spec/fixtures/operations/s3/403_response.yml