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
5648 5649 5650 5651 5652 |
# File 'lib/aws-sdk-s3control/types.rb', line 5648 class NoSuchPublicAccessBlockConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |