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
6024 6025 6026 6027 6028 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6024 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |