Class: Aws::InternetMonitor::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

The requested resource is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


193
194
195
196
197
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 193

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