Class: Aws::DeviceFarm::Types::InvalidOperationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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