Class: Aws::CloudWatchEvidently::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#resource_id ⇒ String
The ID of the resource that caused the exception.
-
#resource_type ⇒ String
The type of the resource that is associated with the error.
-
#service_code ⇒ String
The ID of the service that is associated with the error.
Instance Attribute Details
#message ⇒ String
2874 2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2874 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
2874 2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2874 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that caused the exception.
2874 2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2874 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is associated with the error.
2874 2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2874 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
2874 2875 2876 2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2874 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |