Class: Aws::RAM::Types::InvalidStateTransitionException

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

Overview

The operation failed because the requested operation isn't valid for the resource share in its current state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1637
1638
1639
1640
1641
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1637

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