Class: Aws::PCS::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
PCS can’t process your request right now. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1237 1238 1239 1240 1241 |
# File 'lib/aws-sdk-pcs/types.rb', line 1237 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |