Class: Aws::Macie2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about an error that occurred due to one or more service quotas for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6013 6014 6015 6016 6017 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6013 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |