Class: Aws::RecycleBin::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb
Overview
The request would cause a service quota for the number of tags per resource to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
639 640 641 642 643 644 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 639 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
639 640 641 642 643 644 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 639 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |