Class: Aws::FSx::Types::ServiceLimitExceeded

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitString

Enumeration of the service limit that was exceeded.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
# File 'lib/aws-sdk-fsx/types.rb', line 7486

class ServiceLimitExceeded < Struct.new(
  :limit,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A detailed error message.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
# File 'lib/aws-sdk-fsx/types.rb', line 7486

class ServiceLimitExceeded < Struct.new(
  :limit,
  :message)
  SENSITIVE = []
  include Aws::Structure
end