Class: Aws::NetworkManager::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
The request has failed due to an internal error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
Indicates when to retry the request.
Instance Attribute Details
#message ⇒ String
3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3959 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Indicates when to retry the request.
3959 3960 3961 3962 3963 3964 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3959 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |