Class: Aws::DeviceFarm::Types::ServiceAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ServiceAccountException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
There was a problem with the service account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Any additional information about the exception.
Instance Attribute Details
#message ⇒ String
Any additional information about the exception.
5215 5216 5217 5218 5219 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5215 class ServiceAccountException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |