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
Instance Attribute Details
#limit_name ⇒ String
3034 3035 3036 3037 3038 3039 3040 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3034 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end |
#limit_value ⇒ Float
3034 3035 3036 3037 3038 3039 3040 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3034 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3034 3035 3036 3037 3038 3039 3040 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3034 class ServiceLimitExceededException < Struct.new( :limit_name, :limit_value, :message) SENSITIVE = [] include Aws::Structure end |