Class: Aws::DataExchange::Types::ServiceLimitExceededException

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

Overview

The request has exceeded the quotas imposed by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_nameString

The name of the limit that was reached.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
# File 'lib/aws-sdk-dataexchange/types.rb', line 3866

class ServiceLimitExceededException < Struct.new(
  :limit_name,
  :limit_value,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#limit_valueFloat

The value of the exceeded limit.

Returns:

  • (Float)


3866
3867
3868
3869
3870
3871
3872
# File 'lib/aws-sdk-dataexchange/types.rb', line 3866

class ServiceLimitExceededException < Struct.new(
  :limit_name,
  :limit_value,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The request has exceeded the quotas imposed by the service.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
3872
# File 'lib/aws-sdk-dataexchange/types.rb', line 3866

class ServiceLimitExceededException < Struct.new(
  :limit_name,
  :limit_value,
  :message)
  SENSITIVE = []
  include Aws::Structure
end