Class: Aws::Batch::Types::ServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ServerException
- Defined in:
- gems/aws-sdk-batch/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
8253 8254 8255 8256 8257 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8253 class ServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |