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)


1706
1707
1708
1709
1710
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1706

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