Class: Aws::Ivschat::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
50 51 52 53 54 55 56 |
# File 'lib/aws-sdk-ivschat/types.rb', line 50 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
50 51 52 53 54 55 56 |
# File 'lib/aws-sdk-ivschat/types.rb', line 50 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
50 51 52 53 54 55 56 |
# File 'lib/aws-sdk-ivschat/types.rb', line 50 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |