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
5441 5442 5443 5444 5445 |
# File 'lib/aws-sdk-s3control/types.rb', line 5441 class NoSuchPublicAccessBlockConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |