Class: Aws::FSx::Types::TooManyAccessPoints
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::TooManyAccessPoints
- Defined in:
- gems/aws-sdk-fsx/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 in the FSx for OpenZFS User Guide.
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.
9377 9378 9379 9380 9381 9382 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9377 class TooManyAccessPoints < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
9377 9378 9379 9380 9381 9382 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9377 class TooManyAccessPoints < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |