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

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

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)


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

#messageString

A detailed error message.

Returns:

  • (String)


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