Class: Aws::FSx::Types::TooManyAccessPoints

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

Instance Attribute Details

#error_codeString

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.

Returns:

  • (String)


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

#messageString

A detailed error message.

Returns:

  • (String)


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