Class: Aws::Artifact::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::InternalServerException
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
An unknown server exception has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
Instance Attribute Details
#message ⇒ String
189 190 191 192 193 194 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 189 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 189 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |