Class: Aws::Route53Resolver::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::InternalServiceErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
We encountered an unknown error. Try again in a few minutes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2388 class InternalServiceErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |