Class: Aws::Odb::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
You have exceeded the service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The unqiue identifier of the service quota that was exceeded.
-
#resource_id ⇒ String
The identifier of the resource that exceeded the service quota.
-
#resource_type ⇒ String
The type of resource that exceeded the service quota.
Instance Attribute Details
#message ⇒ String
5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5056 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The unqiue identifier of the service quota that was exceeded.
5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5056 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that exceeded the service quota.
5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5056 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that exceeded the service quota.
5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5056 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |