Class: Aws::Ivschat::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-ivschat/types.rb', line 994 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-ivschat/types.rb', line 994 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-ivschat/types.rb', line 994 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-ivschat/types.rb', line 994 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :limit) SENSITIVE = [] include Aws::Structure end |