Class: Aws::AccountAccess::Types::ConflictException

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

Overview

The request conflicts with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


77
78
79
80
81
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 77

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