Class: Aws::Inspector::Types::InvalidInputException

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

Overview

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

You can immediately retry your request.

Returns:

  • (Boolean)


1674
1675
1676
1677
1678
1679
1680
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1674

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


1674
1675
1676
1677
1678
1679
1680
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1674

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

#messageString

Details of the exception error.

Returns:

  • (String)


1674
1675
1676
1677
1678
1679
1680
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1674

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