Class: Aws::RecycleBin::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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
592 593 594 595 596 597 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 592 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
592 593 594 595 596 597 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 592 class ServiceQuotaExceededException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |