Class: Aws::Route53Resolver::Types::InternalServiceErrorException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3237
3238
3239
3240
3241
# File 'lib/aws-sdk-route53resolver/types.rb', line 3237

class InternalServiceErrorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end