Class: Aws::Panorama::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
The request would cause a limit to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The name of the limit.
-
#resource_id ⇒ String
The target resource’s ID.
-
#resource_type ⇒ String
The target resource’s type.
-
#service_code ⇒ String
The name of the service.
Instance Attribute Details
#message ⇒ String
2694 2695 2696 2697 2698 2699 2700 2701 2702 |
# File 'lib/aws-sdk-panorama/types.rb', line 2694 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The name of the limit.
2694 2695 2696 2697 2698 2699 2700 2701 2702 |
# File 'lib/aws-sdk-panorama/types.rb', line 2694 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The target resource’s ID.
2694 2695 2696 2697 2698 2699 2700 2701 2702 |
# File 'lib/aws-sdk-panorama/types.rb', line 2694 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The target resource’s type.
2694 2695 2696 2697 2698 2699 2700 2701 2702 |
# File 'lib/aws-sdk-panorama/types.rb', line 2694 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The name of the service.
2694 2695 2696 2697 2698 2699 2700 2701 2702 |
# File 'lib/aws-sdk-panorama/types.rb', line 2694 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |