Class: Aws::Macie::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) The request was rejected because it attempted to create resources beyond the current Amazon Web Services account quotas. The error code describes the quota exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code for the exception.
- #message ⇒ String
-
#resource_type ⇒ String
Resource type that caused the exception.
Instance Attribute Details
#error_code ⇒ String
Error code for the exception
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-macie/types.rb', line 258 class LimitExceededException < Struct.new( :error_code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-macie/types.rb', line 258 class LimitExceededException < Struct.new( :error_code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type that caused the exception
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-macie/types.rb', line 258 class LimitExceededException < Struct.new( :error_code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |