Class: Aws::S3Control::Types::NoSuchPublicAccessBlockConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::NoSuchPublicAccessBlockConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Amazon S3 throws this exception if you make a ‘GetPublicAccessBlock` request against an account that doesn’t have a ‘PublicAccessBlockConfiguration` set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5629 5630 5631 5632 5633 |
# File 'lib/aws-sdk-s3control/types.rb', line 5629 class NoSuchPublicAccessBlockConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |