Class: Aws::S3Control::Types::JobStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::JobStatusException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4136 4137 4138 4139 4140 |
# File 'lib/aws-sdk-s3control/types.rb', line 4136 class JobStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |