Sha256: 0ef261b11d03b04c329afe9d4b145fdaadd91444164587adfc88013af6274519

Contents?: true

Size: 539 Bytes

Versions: 12

Compression:

Stored size: 539 Bytes

Contents

operation: delete_bucket
params:
  :bucket: 'bucket'
response:
  status_code: 409
  body: |
    <?xml version="1.0" encoding="UTF-8"?>
    <Error>
      <Code>BucketNotEmpty</Code>
      <Message>The bucket you tried to delete is not empty</Message>
      <BucketName>aws-sdk</BucketName>
      <RequestId>740BE6AB575EACED</RequestId>
      <HostId>MQVg1RMI+d93Hps1E8qpIuDb9Gd2TzkDhm0wE40981DjxSHP1UfLBB7qOAlwAqJB</HostId>
    </Error>
error:
  class: Aws::S3::Errors::BucketNotEmpty
  message: The bucket you tried to delete is not empty

Version data entries

12 entries across 12 versions & 1 rubygems

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