Class: Aws::PcaConnectorScep::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/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
547 548 549 550 551 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 547 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |