Class: Aws::DeviceFarm::Types::InvalidOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::InvalidOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2395 2396 2397 2398 2399 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2395 class InvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |