Class: Aws::TrustedAdvisor::Types::ConflictException

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

Overview

Exception that the request was denied due to conflictions in state

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


165
166
167
168
169
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 165

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