Class: Aws::Batch::Types::ClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
These errors are usually caused by a client action. One example cause is using an action or resource on behalf of a user that doesn’t have permissions to use the action or resource. Another cause is specifying an identifier that’s not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
266 267 268 269 270 |
# File 'lib/aws-sdk-batch/types.rb', line 266 class ClientException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |