Class: Aws::ElementalInference::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::ConflictException
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
The request could not be completed due to a conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
103 104 105 106 107 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 103 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |