Class: Aws::FIS::Types::ConflictException

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

Overview

The request could not be processed because of a conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


131
132
133
134
135
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 131

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