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
7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-batch/types.rb', line 7004 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |