Class: Aws::Inspector::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/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

Instance Attribute Details

#can_retryBoolean

You can immediately retry your request.

Returns:

  • (Boolean)


1700
1701
1702
1703
1704
1705
1706
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1700

class LimitExceededException < Struct.new(
  :message,
  :error_code,
  :can_retry)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

Code that indicates the type of error that is generated.

Returns:

  • (String)


1700
1701
1702
1703
1704
1705
1706
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1700

class LimitExceededException < Struct.new(
  :message,
  :error_code,
  :can_retry)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Details of the exception error.

Returns:

  • (String)


1700
1701
1702
1703
1704
1705
1706
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1700

class LimitExceededException < Struct.new(
  :message,
  :error_code,
  :can_retry)
  SENSITIVE = []
  include Aws::Structure
end