Class: Aws::RAM::Types::InvalidStateTransitionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidStateTransitionException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-ram/types.rb', line 1637 class InvalidStateTransitionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |