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)


2428
2429
2430
2431
2432
# File 'lib/aws-sdk-devicefarm/types.rb', line 2428

class InvalidOperationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end