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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7983

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

#messageString

A detailed error message.

Returns:

  • (String)


7983
7984
7985
7986
7987
7988
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7983

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