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 [aws-devicefarm-support@amazon.com](aws-devicefarm-support@amazon.com) if you see this error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2384 2385 2386 2387 2388 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2384 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |