Class: Aws::DeviceFarm::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
A limit was exceeded.
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.
2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2563 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |