Class: Aws::Inspector::Types::ServiceTemporarilyUnavailableException

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

Overview

The serice is temporary unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

You can wait and then retry your request.

Returns:

  • (Boolean)


2529
2530
2531
2532
2533
2534
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2529

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

#messageString

Details of the exception error.

Returns:

  • (String)


2529
2530
2531
2532
2533
2534
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2529

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