Class: Aws::Inspector::Types::NoSuchEntityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

The request was rejected because it referenced an entity that does not exist. The error code describes the entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

You can immediately retry your request.

Returns:

  • (Boolean)


2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2255

class NoSuchEntityException < 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)


2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2255

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

#messageString

Details of the exception error.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2255

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