Class: Aws::IoTJobsDataPlane::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
An internal server error occurred when performing the API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
157 158 159 160 161 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 157 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |