Class: Aws::InternetMonitor::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
The requested resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
193 194 195 196 197 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 193 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |