Class: Aws::SSMIncidents::Types::ConflictException

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

Overview

Updating or deleting a resource causes an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 333

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

#resource_identifierString

The identifier of the requested resource

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 333

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

#resource_typeString

The resource type

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 333

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

#retry_afterTime

If present in the output, the operation can be retried after this time

Returns:

  • (Time)


333
334
335
336
337
338
339
340
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 333

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