Class: Aws::Batch::Types::ServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
These errors are usually caused by a server issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7138 7139 7140 7141 7142 |
# File 'lib/aws-sdk-batch/types.rb', line 7138 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |