Class: Aws::DeviceFarm::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
An internal exception was raised in the service. Contact [[email protected]]([email protected]) if you see this error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2381 2382 2383 2384 2385 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2381 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |