Class: Aws::Inspector::Types::InternalException

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

Overview

Internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

You can immediately retry your request.

Returns:

  • (Boolean)


1625
1626
1627
1628
1629
1630
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1625

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

#messageString

Details of the exception error.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1625

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