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
2452 2453 2454 2455 2456 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2452 class InternalServiceErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |