Class: Aws::PcaConnectorAd::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorad/types.rb
Overview
The request processing has failed because of an unknown error, exception or failure with an internal server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-pcaconnectorad/types.rb', line 1237 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |