Class: Aws::FSx::Types::TooManyAccessPoints
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::TooManyAccessPoints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
You have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system. For more information, or to request an increase, see
- Service quotas on FSx resources][1
-
in the FSx for OpenZFS User
Guide.
[1]: docs.aws.amazon.com/fsx/latest/OpenZFSGuide/limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code indicating that you have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#error_code ⇒ String
An error code indicating that you have reached the maximum number of S3 access points attachments allowed for your account in this Amazon Web Services Region, or for the file system.
9621 9622 9623 9624 9625 9626 |
# File 'lib/aws-sdk-fsx/types.rb', line 9621 class TooManyAccessPoints < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
9621 9622 9623 9624 9625 9626 |
# File 'lib/aws-sdk-fsx/types.rb', line 9621 class TooManyAccessPoints < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |