Class: Aws::S3Control::Types::NoSuchPublicAccessBlockConfiguration

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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