Class: Aws::IAM::Types::ServiceNotSupportedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The specified service does not support service-specific credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9446
9447
9448
9449
9450
# File 'lib/aws-sdk-iam/types.rb', line 9446

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