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

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


3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3253

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

#limit_valueFloat

The value of the exceeded limit.

Returns:

  • (Float)


3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3253

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)


3253
3254
3255
3256
3257
3258
3259
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3253

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