Class: Aws::DataExchange::Types::ServiceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ServiceLimitExceededException
- 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
-
#limit_name ⇒ String
The name of the limit that was reached.
-
#limit_value ⇒ Float
The value of the exceeded limit.
-
#message ⇒ String
The request has exceeded the quotas imposed by the service.
Instance Attribute Details
#limit_name ⇒ String
The name of the limit that was reached.
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_value ⇒ Float
The value of the exceeded limit.
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 |
#message ⇒ String
The request has exceeded the quotas imposed by the service.
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 |