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
4790 4791 4792 4793 4794 4795 4796 4797 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4790 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.
4790 4791 4792 4793 4794 4795 4796 4797 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4790 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.
4790 4791 4792 4793 4794 4795 4796 4797 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4790 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.
4790 4791 4792 4793 4794 4795 4796 4797 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4790 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code) SENSITIVE = [] include Aws::Structure end |