Class: Aws::Inspector::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
The request was rejected because it attempted to create resources beyond the current AWS account limits. The error code describes the limit exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
You can immediately retry your request.
-
#error_code ⇒ String
Code that indicates the type of error that is generated.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can immediately retry your request.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-inspector/types.rb', line 1700 class LimitExceededException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Code that indicates the type of error that is generated.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-inspector/types.rb', line 1700 class LimitExceededException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
1700 1701 1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-inspector/types.rb', line 1700 class LimitExceededException < Struct.new( :message, :error_code, :can_retry) SENSITIVE = [] include Aws::Structure end |