Class: Aws::Route53Profiles::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::InternalServiceErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
An internal server error occured. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
334 335 336 337 338 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 334 class InternalServiceErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |