Class: Aws::Route53GlobalResolver::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::InternalServerException
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
An internal server error occurred. Try again later.
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
3250 3251 3252 3253 3254 3255 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3250 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.
3250 3251 3252 3253 3254 3255 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3250 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |