Class: Aws::Inspector::Types::ServiceTemporarilyUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ServiceTemporarilyUnavailableException
- 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
-
#can_retry ⇒ Boolean
You can wait and then retry your request.
-
#message ⇒ String
Details of the exception error.
Instance Attribute Details
#can_retry ⇒ Boolean
You can wait and then retry your request.
2948 2949 2950 2951 2952 2953 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2948 class ServiceTemporarilyUnavailableException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Details of the exception error.
2948 2949 2950 2951 2952 2953 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2948 class ServiceTemporarilyUnavailableException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |